ComponentOne ASP.NET MVC Controls
IsAnimated Method (DropDownBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > DropDownBuilder<T,TControl,TBuilder> Class : IsAnimated Method
The value.
Configurates C1.Web.Mvc.DropDown<T>.IsAnimated. Sets a value that indicates whether the control should use a fade-in animation when displaying the drop-down.
Syntax
'Declaration
 
Public Function IsAnimated( _
   ByVal value As Boolean _
) As TBuilder
public TBuilder IsAnimated( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

DropDownBuilder<T,TControl,TBuilder> Class
DropDownBuilder<T,TControl,TBuilder> Members